home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.7 KB | 36 lines | [TEXT/GEOL] |
- Item 8618591 30-July-90 13:56PDT
-
- From: FARALLON.ENG Farallon, Engineering,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Page Setup & Dialog behavior
-
- Well, this is my third question here this month. I hope my answering of others'
- questions will balance that off. Anyway...there are two things I need to
- implement (obviously in MacApp):
-
- 1) I want my document's Page Setup defaults to be different than the regular
- defaults for a new document (things like horz. page orientation, no graphics
- smoothing, etc.). Is this possible? I see that the print info data is stored in
- TDocument.fPrintInfo, but as this is a handle and not a record I'm not sure how
- to change what I want. I don't know the format, nor do I know if it will be the
- same in future System versions. Is changing the Page Setup defaults possible?
-
- 2) I have a dialog with two radio buttons and an edit text item that one of the
- radio buttons applies to. They need to behave exactly as the Print dialog's
- "Pages..All..From..To" buttons and edit texts work (with the exception that I
- only have a single edit text item). That is, clicking the first radio should
- erase the text (and possibly deselect it, unlike the Print dialog), clicking
- the second radio should select the edit text, and clicking the edit text or tab
- should select the second radio. If this explanation is confusing, just look at
- the Print dialog to see what I'm looking for. I've tried a couple methods such
- as forcing TControl.DoChoice's and stuff, but it gets messy avoiding endless
- loops and other things. Has anyone implemented something like this? Hints
- appreciated...
-
- Thanks...
-
- Eric Knight
-
-